Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update tanstack-router monorepo to v1.95.1 (minor) #496

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-router (source) 1.88.0 -> 1.95.1 age adoption passing confidence
@tanstack/router-devtools (source) 1.88.0 -> 1.95.1 age adoption passing confidence
@tanstack/zod-adapter (source) 1.88.0 -> 1.95.1 age adoption passing confidence

Release Notes

TanStack/router (@​tanstack/react-router)

v1.95.1

Compare Source

Version 1.95.1 - 1/4/25, 5:50 PM

Changes
Fix
  • make to required if from is not set (#​3099) (04802fb) by Christopher Horobin
Packages

v1.95.0

Compare Source

Version 1.95.0 - 1/3/25, 8:21 PM

Changes
Feat
Docs
Packages

v1.94.1

Compare Source

Version 1.94.1 - 1/3/25, 2:04 AM

Changes
Fix
  • react-router: properly handle redirects when thrown during parallel preload (#​3103) (224a261) by Manuel Schiller
Packages

v1.94.0

Compare Source

Version 1.94.0 - 1/2/25, 10:09 PM

Changes
Feat
  • allow arrays for linkOptions and add ValidateLinkOptions (#​3098) (446f033) by Christopher Horobin
Packages

v1.93.0

Compare Source

Version 1.93.0 - 1/1/25, 7:08 PM

Changes
Feat
  • react-router: allow to await router.invalidate in case of SWR (#​3094) (a0b022a) by Manuel Schiller
Packages

v1.92.13

Compare Source

Version 1.92.13 - 1/1/25, 12:26 PM

Changes
Fix
  • react-router: ensure updated context in beforeLoad when returning same properties (#​3095) (d16fb42) by Manuel Schiller
Packages

v1.92.11

Compare Source

Version 1.92.11 - 12/29/24, 2:17 PM

Changes
Fix
  • fix types for relative routing (#​3084) (b0e9d1a) by Christopher Horobin
Other
Packages

v1.92.9

Compare Source

Version 1.92.9 - 12/28/24, 2:14 PM

Changes
Fix
Docs
  • Better getting started flow (7c20138) by Tanner Linsley
Packages

v1.92.6

Compare Source

Version 1.92.6 - 12/26/24, 10:45 PM

Changes
Fix
  • react-router: upgrade to react-store 0.7 (#​3075) (9970f9d) by Manuel Schiller
Packages

v1.92.3

Compare Source

Version 1.92.3 - 12/23/24, 6:27 AM

Changes
Fix
  • allow serverFn errors to also have context (#​3037) (ebf67ca) by Tanner Linsley
Packages

v1.92.1

Compare Source

Version 1.92.1 - 12/21/24, 11:54 PM

Changes
Refactor
  • react-router: expose scrollBehavior on the ScrollRestoration component (#​3053) (72b7c82) by Joshua Knauber
Packages

v1.91.3

Compare Source

Version 1.91.3 - 12/19/24, 2:32 AM

Changes
Fix
  • react-router: make sure full matches are passed into route functions (#​3039) (347544c) by Manuel Schiller
Ci
  • apply automated fixes (253284a) by autofix-ci[bot]
Docs
Packages

v1.91.2

Compare Source

Version 1.91.2 - 12/17/24, 10:55 AM

Changes
Fix
  • react-router: do not preload links with reloadDocument: true (f85edf2) by Manuel Schiller
Other
Tests
  • disable flaky test (6b3703f) by Manuel Schiller
Packages

v1.91.1

Compare Source

Version 1.91.1 - 12/17/24, 10:15 AM

Changes
Fix
  • react-router: do not treat internal link with reloadDocument: true as external (7b66844) by Manuel Schiller
  • react-router: prevent reloadDocument to be passed to the DOM element (8ff8f74) by Manuel Schiller
Chore
  • update babel-dead-code-elimination (bc9f9ed) by Manuel Schiller
Packages

v1.91.0

Compare Source

Version 1.91.0 - 12/17/24, 12:50 AM

Changes
Feat
  • react-router: allow to preload route chunk (#​3016) (02a4957) by akhmadshin
Perf
  • react-router: improve resolve relative route and use intersections for checking path (#​2425) (cb1b65e) by Christopher Horobin
Chore
Docs
  • Update file-based-routing.md (#​3026) (96a7bee) by Anton Kuznetsov
  • clarify server functions cannot be called from Api Routes; capitalize API Routes as they are a noun and consistency with API Routes page. (#​3021) (fb016b8) by Chris Hudson
Packages

v1.90.0

Compare Source

Version 1.90.0 - 12/15/24, 9:37 AM

Changes
Feat
  • react-router: update useBlocker hook to provide current and next location when conditionally blocking (#​1790) (f420670) by Tom Rehnström
Packages

v1.89.2

Compare Source

Version 1.89.2 - 12/15/24, 12:29 AM

Changes
Fix
  • react-router: use correct type for TRouter generic (#​2998) (6e4ff67) by Tyler Jones
Packages

v1.89.1

Compare Source

Version 1.89.1 - 12/14/24, 9:47 PM

Changes
Fix
  • react-router: useMatch returns union of matches when strict = false (#​3013) (f355ae1) by Manuel Schiller
Packages

v1.89.0

Compare Source

Version 1.89.0 - 12/14/24, 8:03 AM

Changes
Feat
  • react-router: implement hash change "Scroll Into View" option (#​2996) (9214714) by Josh Slate
Other
Packages

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 27, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from f1e9523 to 84f4b9a Compare November 27, 2024 14:51
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.83.0 (minor) fix(deps): update tanstack-router monorepo to v1.83.1 (minor) Nov 27, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from 36fc784 to b737eee Compare November 27, 2024 21:46
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.83.1 (minor) fix(deps): update tanstack-router monorepo to v1.84.0 (minor) Nov 27, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 3 times, most recently from 1390c73 to f23d6e0 Compare November 28, 2024 19:58
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.84.0 (minor) fix(deps): update tanstack-router monorepo to v1.84.2 (minor) Nov 28, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from f23d6e0 to 88922f3 Compare November 28, 2024 23:02
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.84.2 (minor) fix(deps): update tanstack-router monorepo to v1.84.4 (minor) Nov 28, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 88922f3 to cd3c27b Compare November 29, 2024 06:55
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.84.4 (minor) fix(deps): update tanstack-router monorepo (minor) Nov 29, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from cd3c27b to 3eea13f Compare November 29, 2024 10:37
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo (minor) fix(deps): update tanstack-router monorepo to v1.85.0 (minor) Nov 29, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 3 times, most recently from 5411f22 to 4966082 Compare December 2, 2024 23:17
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.85.0 (minor) fix(deps): update tanstack-router monorepo to v1.85.2 (minor) Dec 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 4966082 to 3bd4957 Compare December 3, 2024 01:24
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.85.2 (minor) fix(deps): update tanstack-router monorepo to v1.85.3 (minor) Dec 3, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 3bd4957 to af6c66c Compare December 3, 2024 11:59
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.85.3 (minor) fix(deps): update tanstack-router monorepo to v1.85.4 (minor) Dec 3, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.85.4 (minor) fix(deps): update tanstack-router monorepo to v1.85.5 (minor) Dec 4, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 4 times, most recently from f6d7c85 to fdfc4c1 Compare December 6, 2024 03:32
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.85.5 (minor) fix(deps): update tanstack-router monorepo to v1.85.10 (minor) Dec 6, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 97ca705 to cc50cb6 Compare December 19, 2024 04:57
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.91.2 (minor) fix(deps): update tanstack-router monorepo to v1.91.3 (minor) Dec 19, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 3 times, most recently from b1d59a9 to 7d9adc1 Compare December 22, 2024 00:44
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.91.3 (minor) fix(deps): update tanstack-router monorepo to v1.92.1 (minor) Dec 22, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 7d9adc1 to fd094d6 Compare December 23, 2024 07:15
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.92.1 (minor) fix(deps): update tanstack-router monorepo to v1.92.3 (minor) Dec 23, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from fd094d6 to 3221925 Compare December 26, 2024 23:03
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.92.3 (minor) fix(deps): update tanstack-router monorepo to v1.92.6 (minor) Dec 26, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 3221925 to 03869e5 Compare December 28, 2024 17:03
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.92.6 (minor) fix(deps): update tanstack-router monorepo to v1.92.9 (minor) Dec 28, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 03869e5 to b00d3b1 Compare December 29, 2024 17:33
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.92.9 (minor) fix(deps): update tanstack-router monorepo to v1.92.11 (minor) Dec 29, 2024
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from b00d3b1 to 8c4af09 Compare January 1, 2025 15:16
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.92.11 (minor) fix(deps): update tanstack-router monorepo to v1.92.13 (minor) Jan 1, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 8c4af09 to 41c0945 Compare January 1, 2025 19:37
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.92.13 (minor) fix(deps): update tanstack-router monorepo to v1.93.0 (minor) Jan 1, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 41c0945 to ee68c9b Compare January 2, 2025 23:15
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.93.0 (minor) fix(deps): update tanstack-router monorepo to v1.94.0 (minor) Jan 2, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from ee68c9b to 6b1b253 Compare January 3, 2025 02:09
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.94.0 (minor) fix(deps): update tanstack-router monorepo (minor) Jan 3, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 6b1b253 to ae4aa42 Compare January 3, 2025 04:14
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo (minor) fix(deps): update tanstack-router monorepo to v1.94.1 (minor) Jan 3, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from ae4aa42 to c5939b2 Compare January 3, 2025 21:17
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.94.1 (minor) fix(deps): update tanstack-router monorepo to v1.95.0 (minor) Jan 3, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from c5939b2 to d211f78 Compare January 4, 2025 18:48
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.95.0 (minor) fix(deps): update tanstack-router monorepo to v1.95.1 (minor) Jan 4, 2025
Copy link

sonarqubecloud bot commented Jan 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants